Skip to content

feat: JUnit and JSON reporters#18

Merged
tugkanboz merged 1 commit into
mainfrom
feature/reporters
Jun 3, 2026
Merged

feat: JUnit and JSON reporters#18
tugkanboz merged 1 commit into
mainfrom
feature/reporters

Conversation

@tugkanboz

Copy link
Copy Markdown
Member

Closes the reporters item.

  • run() now returns a tests array (suite, name, status, durationMs, error); the {passed, failed} fields are unchanged.
  • toJUnit(result) and toJSON(result) under two-go/reporters.
  • CLI: two-go [dir] --reporter junit|json [--out file].
  • Types, unit tests, CHANGELOG. 636 unit tests green, tsc clean, CLI verified.

run() now returns a tests array (suite, name, status, durationMs, error).
Add toJUnit/toJSON (two-go/reporters) and a CLI flag --reporter junit|json
[--out file]. Types, unit tests, CHANGELOG.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant